Welcome![Sign In][Sign Up]
Location:
Search - Vc FTP

Search list

[Internet-NetworkFTP传输源代码

Description:

FTP传输源代码-vc++


Platform: | Size: 119112 | Author: olympicsir | Hits:

[Ftp Serverwar FTP服务器及客服端源代码 src

Description:

包括FTP Server和Client的源程序(VC),功能十分强大 WAR FTP


Platform: | Size: 413272 | Author: strengs | Hits:

[Ftp Client基于VC和Socket的完整Ftp客户端程序

Description: 基于VC和Socket的完整Ftp客户端程序-Socket-based VC and the integrity Ftp Client
Platform: | Size: 132753 | Author: 周斌 | Hits:

[Ftp ClientFTP客户端开发——WinSock

Description: FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the intention here to see friends
Platform: | Size: 109602 | Author: 笨蛋 | Hits:

[Ftp ClientFtp-Vc

Description: 基于C++ 的Ftp协议封装,使用serv-u就可以测试协议,上传下载-Based on C++, Ftp protocol encapsulation, use the serv-u can test the agreement, uploading and downloading
Platform: | Size: 18432 | Author: liuwei | Hits:

[OtherMyFtp

Description: VC++上传下载,FTP客户端源代码,功能不算太多,不过实现的FTP的基本功能,设置服务器参数后,可连接FTP服务器,进行文件上传或下载,大家可在此基础上继续扩展,核心模块可参考。-VC++ uploading and downloading, FTP client source code, functionality is not too much, but to achieve the basic functions of FTP, set the server parameters, can be connected to FTP server for file upload or download, we can continue to expand on this basis The core module can reference.
Platform: | Size: 31744 | Author: 胡杨 | Hits:

[Ftp ClientFTP

Description: Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过   目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;   注意:    a.帐号密码为toldo    b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC++, is a relatively simple ftp program, but the program offers a variety of interfaces, allowing readers to view a variety of complex ftp program, proceedings have been achieved in all program modules, all of the above procedures In VC6.0 debug directory ftp server through a console-based ftp server program, able to achieve most of the FTP server program Note: a. account password toldo b. the main directory is c:/temp, in connection before you build
Platform: | Size: 43008 | Author: gaciya | Hits:

[Ftp ClientFtpTest

Description: ftp上传客户端,vc程序,使用新手,欢迎阅读,批评指正-sss
Platform: | Size: 41984 | Author: zhangxj | Hits:

[Ftp Clientftpclient

Description: FTP客户端工具,VC++6.0\MFC-FTPclient
Platform: | Size: 36864 | Author: 阿杰 | Hits:

[Ftp Clientftp

Description: 此程序使用vc++开发ftp的源程序,客户端和服务器端都包括。适合毕业设计。-This program developed using vc++ source program ftp client and server-side include. For graduation.
Platform: | Size: 8812544 | Author: 宝宝 | Hits:

[Ftp ClientFtpClient

Description: FTP客户端程序 网络编程 VC++编写-FTP client network programming
Platform: | Size: 5120 | Author: 沈炜锋 | Hits:

[Ftp ClientFTP-scan

Description: 基于vc++的端口扫苗工具,自己做的,大家可以参考下-Vc++-based port scan tool seedlings, do it yourself, we can refer to
Platform: | Size: 6122496 | Author: dmx | Hits:

[Internet-NetworkFTP-VC

Description: 利用VC做了FTP服务器端与客户端,实现了上传、下载、显示文件内容、删除、重命名等功能-VC FTP server and client to achieve the upload and download, display the contents of the file, delete, rename, and other functions
Platform: | Size: 829440 | Author: mengxiao | Hits:

[Windows Developftp

Description: VC FTP 上传下载文件客户端程序,通过设置FTP主机信息(IP地址、用户名、密码)等信息后,可连接到FTP服务器,连接成功后,可通过本FTP程序创建目录删除目录、改变当前目录、上传文件、下载文件、发送文件信息等操作功能,实现了一些基本的FTP操作。-VC FTP client program to upload and download files, by setting the FTP host information (IP address, user name, password) and other information, can connect to the FTP server, the connection is successful, you can create a directory to delete the directory through the FTP program, change the current directory , upload files, download files, send files and information operations functions to achieve some basic FTP operations.
Platform: | Size: 21504 | Author: kpudn38 | Hits:

[Internet-NetworkVCPP-FTP-Client

Description: VC++ FTP下载程序(FTP客户端)-VC++ FTP Client
Platform: | Size: 149504 | Author: herosjs | Hits:

[File OperateVC--FTP

Description: VC++网络相关源码,FTP程序源代码,输入IP地址、用户名和密码后即可连接远程FTP站点。可设置匿名登录或用分配的帐号登录。界面仿CultFTP,感觉还可以。-VC++ network-related source code, FTP source code, enter the IP address, user name and password to connect to the remote FTP site. You can set up anonymous login or log in with an assigned account
Platform: | Size: 28672 | Author: | Hits:

[Ftp ClientFTP客户端源码VC++6.0

Description: FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)
Platform: | Size: 2170880 | Author: zmqgeek | Hits:

[Ftp ClientVC写的FTP客户端程序(可上传下载)

Description: 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载,并列举所有目标主机下的文件,运行演示如截图示,界面和CUTEFTP很相似。(With the source program of the FTP client software written by VC++, the connection information of the FTP server is set up, the file can be uploaded and downloaded, and all the files under the target host are enumerated, and the running demonstration is like the cut diagram, the interface and the CUTEFTP are very similar.)
Platform: | Size: 106496 | Author: 送方 | Hits:

[Ftp ClientVC++用FTP下载文件示例

Description: VC++用FTP下载文件示例,非常好的参考案例(VC++ download files with FTP example, a very good reference case)
Platform: | Size: 9216 | Author: caixianfeng | Hits:

[Windows Developftp客户端

Description: 简单Ftp客户端的实现 在WINDOWS环境下,使用VC++开发工具开发的一个FTP客户端软件。(Simple Ftp client implementation In the WINDOWS environment, an FTP client software developed using VC++ development tools.)
Platform: | Size: 2910208 | Author: 李俊贤22 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »

CodeBus www.codebus.net